home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-15 | 742 b | 21 lines | [TEXT/KAHL] |
- // -----------------------------------------------------------------------------
- // File : demoWind.h
- // Date : October 14, 1994
- // Author : Jim Stout
- // Purpose : routines used for the demoCDEF Window
- //
- // -----------------------------------------------------------------------------
-
- void doNewControls (WindowPtr theWindow);
- void doSwapControls (WindowPtr theWindow);
- void doControlClick (ControlHandle theCtl, short thePart);
- void doProgress (void);
-
-
- void make3DControls (WindowPtr theWindow);
- void makePopupControls (WindowPtr theWindow);
- void makeArrowControls (WindowPtr theWindow);
- void makeDateControls (WindowPtr theWindow);
- void makeSliderControls (WindowPtr theWindow);
- void makeProgressControls(WindowPtr theWindow);
-